home *** CD-ROM | disk | FTP | other *** search
/ Millennium Gold 2000 / Millennium Gold 2000 - Disc 2.iso / Fructus / Fructus.exe / 0 / RCDATA / TTFRUCTUSMAINWINDOW / TTFRUCTUSMAINWINDOW.txt < prev   
Text File  |  1997-01-09  |  4KB  |  196 lines

  1. object TFructusMainWindow: TTFructusMainWindow
  2.   Left = 117
  3.   Top = 69
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = '- Fructus for Windows 95 -'
  7.   ClientHeight = 414
  8.   ClientWidth = 279
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCloseQuery = Bye
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 143
  21.     Top = 5
  22.     Width = 130
  23.     Height = 164
  24.     BevelInner = bvLowered
  25.     TabOrder = 0
  26.     object Image1: TImage
  27.       Left = 2
  28.       Top = 2
  29.       Width = 124
  30.       Height = 167
  31.       Picture.Data = {<image000.bmp>}
  32.     end
  33.   end
  34.   object Panel9: TPanel
  35.     Left = 144
  36.     Top = 176
  37.     Width = 129
  38.     Height = 231
  39.     BevelInner = bvLowered
  40.     TabOrder = 1
  41.     object Label1: TLabel
  42.       Left = 8
  43.       Top = 8
  44.       Width = 97
  45.       Height = 13
  46.       Caption = 'Current Score'
  47.     end
  48.     object Label2: TLabel
  49.       Left = 8
  50.       Top = 56
  51.       Width = 66
  52.       Height = 13
  53.       Caption = 'Played blocks'
  54.     end
  55.     object Label3: TLabel
  56.       Left = 8
  57.       Top = 104
  58.       Width = 48
  59.       Height = 13
  60.       Caption = 'Eliminated'
  61.     end
  62.     object Label4: TLabel
  63.       Left = 8
  64.       Top = 152
  65.       Width = 33
  66.       Height = 13
  67.       Caption = 'Level'
  68.     end
  69.     object Image2: TImage
  70.       Left = 92
  71.       Top = 16
  72.       Width = 33
  73.       Height = 41
  74.       Picture.Data = {<image001.ico>}
  75.     end
  76.     object Label5: TLabel
  77.       Left = 72
  78.       Top = 82
  79.       Width = 51
  80.       Height = 13
  81.       Alignment = taCenter
  82.       Caption = 'Next block'
  83.     end
  84.     object Image3: TImage
  85.       Left = 72
  86.       Top = 184
  87.       Width = 32
  88.       Height = 32
  89.       Picture.Data = {<image002.ico>}
  90.     end
  91.     object Panel4: TPanel
  92.       Left = 8
  93.       Top = 24
  94.       Width = 82
  95.       Height = 26
  96.       BevelOuter = bvLowered
  97.       TabOrder = 0
  98.     end
  99.     object Panel5: TPanel
  100.       Left = 8
  101.       Top = 72
  102.       Width = 50
  103.       Height = 26
  104.       BevelOuter = bvLowered
  105.       TabOrder = 1
  106.     end
  107.     object Panel6: TPanel
  108.       Left = 8
  109.       Top = 120
  110.       Width = 50
  111.       Height = 26
  112.       BevelOuter = bvLowered
  113.       TabOrder = 2
  114.     end
  115.     object Panel7: TPanel
  116.       Left = 8
  117.       Top = 168
  118.       Width = 34
  119.       Height = 26
  120.       BevelOuter = bvLowered
  121.       TabOrder = 3
  122.     end
  123.     object Panel8: TPanel
  124.       Left = 88
  125.       Top = 109
  126.       Width = 18
  127.       Height = 50
  128.       BevelOuter = bvLowered
  129.       TabOrder = 4
  130.     end
  131.   end
  132.   object Panel2: TPanel
  133.     Left = 6
  134.     Top = 5
  135.     Width = 130
  136.     Height = 402
  137.     BevelOuter = bvLowered
  138.     TabOrder = 2
  139.   end
  140.   object MainMenu1: TMainMenu
  141.     Left = 8
  142.     Top = 65504
  143.     object Game1: TMenuItem
  144.       Caption = '&Game'
  145.       ShortCut = 0
  146.       object Best1: TMenuItem
  147.         Caption = '&Best'
  148.         ShortCut = 115
  149.         OnClick = Best1Click
  150.       end
  151.       object Options: TMenuItem
  152.         Caption = '&Options'
  153.         ShortCut = 117
  154.         OnClick = OptionsClick
  155.       end
  156.       object N2: TMenuItem
  157.         Caption = '-'
  158.         ShortCut = 0
  159.       end
  160.       object Exit2: TMenuItem
  161.         Caption = '&Exit'
  162.         ShortCut = 0
  163.         OnClick = Exit2Click
  164.       end
  165.     end
  166.     object New1: TMenuItem
  167.       Caption = '&New'
  168.       ShortCut = 113
  169.       OnClick = New1Click
  170.     end
  171.     object Pause1: TMenuItem
  172.       Caption = '&Pause'
  173.       ShortCut = 114
  174.       OnClick = Pause1Click
  175.     end
  176.     object Help1: TMenuItem
  177.       Caption = '&?'
  178.       ShortCut = 0
  179.       object Index1: TMenuItem
  180.         Caption = '&Index'
  181.         ShortCut = 112
  182.         OnClick = Index1Click
  183.       end
  184.       object N3: TMenuItem
  185.         Caption = '-'
  186.         ShortCut = 0
  187.       end
  188.       object About1: TMenuItem
  189.         Caption = '&About'
  190.         ShortCut = 16449
  191.         OnClick = About1Click
  192.       end
  193.     end
  194.   end
  195. end
  196.